home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
ada
/
gwuada_5.zip
/
adaed
/
spider
/
draw19.ada
< prev
next >
Wrap
Text File
|
1993-02-04
|
355b
|
38 lines
WITH Spider; USE Spider;
PROCEDURE Drawing19 IS
PROCEDURE Arm IS
BEGIN
Black;
Step;
Step;
Step;
Turn;
Turn;
Turn;
Step;
Turn;
Red;
Step;
Turn;
Step;
Turn;
Step;
Step;
Step;
Step;
Step;
Turn;
END Arm;
BEGIN
Reset;
Arm;
Arm;
Arm;
Arm;
-- Step; -- Predict what happens with this statement added.
Quit;
END Drawing19;